VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Secure File Delete [The Laughing Man

by The Laughing Man (1 Submission)
Category: Files/File Controls/Input/Output
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This is a program that will securely erase a file. This program was coded so that it can be copied into a module without needing to make modification. this method of mine works by randomly generating a random character then overwriting every character in the file with it, Then on the next pass over use a new character.
This program will let the user pick how many passes to make on the file as well. The code is commented but please let me know if you have further questions. Also this is my first upload, please let me know what you think and Enjoy!!!

Inputs
the function will require two things 1) the path to the file. 2) the number of times you would like it to be overwritten.
Code Returns
N/A
Side Effects
If you use this on a file, It will be gone and if recover it will be garbage data, please be careful

Rate Secure File Delete [The Laughing Man

Download Secure File Delete [The Laughing Man

Download Secure File Delete [The Laughing Man (8 KB)

Secure File Delete [The Laughing Man Comments

No comments have been posted about Secure File Delete [The Laughing Man. Why not be the first to post a comment about Secure File Delete [The Laughing Man.

Post your comment

Subject:
Message:
0/1000 characters